body {
  margin: 0;
}
* {
  font-family: 'Raleway', sans-serif;
}
* {
  outline: none !important;
}
A:link {
  text-decoration: none;
}
A:visited {
  text-decoration: none;
}
A:active {
  text-decoration: none;
}
A:hover {
  text-decoration: none;
}
::selection {
  color: #FFF;
  background-color: #2B4286;
}
::-moz-selection {
  color: #FFF;
  background-color: #2B4286;
}
.nav-mobile .input-group button {
  background-color: #FFF;
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  border-left: 1px solid #00092D;
  border-right: 0px;
  border-top: 1px solid #00092D;
  border-bottom: 1px solid #00092D;
  color: #0F1739;
  font-size: 12px;
}
.nav-mobile .input-group input {
  background-color: #FFF;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top: 1px solid #00092D;
  border-bottom: 1px solid #00092D;
  border-left: 0px;
  border-right: 1px solid #00092D;
  color: #0F1739;
}
.nav-mobile .nav .open > a {
  background-color: transparent !important;
}
.nav-mobile .nav .open > a:hover {
  text-decoration: none;
  background-color: transparent !important;
}
.nav-mobile .nav .open > a:hover {
  text-decoration: none;
  background-color: transparent !important;
}
.nav-mobile .nav li a {
  font-weight: bolder;
  color: #ffffff !important;
  white-space: normal;
  background-color: transparent !important;
}
.nav-mobile .nav li a:hover {
  text-decoration: none;
  background-color: transparent !important;
}
.nav-mobile .nav li a:hover {
  text-decoration: none;
  background-color: transparent !important;
}
.bloco-topo {
  background-image: url('/imgs/fundo_menu.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: repeat-y;
  border-bottom: 1px solid rgba(221, 221, 221, 0.9);
  border: none;
}
.bloco-topo .menu {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  display: flex;
}
.bloco-topo .menu > li {
  background-color: #FFF !important;
  margin: 0px !important;
  vertical-align: middle;
}
.bloco-topo .menu > li > a {
  color: #000B1D;
  font-size: 16px;
  font-weight: 1000;
  text-transform: uppercase;
}
.bloco-topo .menu > li > a small {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.bloco-topo .menu > li .line {
  position: absolute;
  width: 1px;
  right: 0px;
  top: 0px;
  background-color: #000B1D;
}
@media (min-width: 768px) and (max-width: 992px) {
  .bloco-topo .menu > li .line {
    margin-top: 25px;
    height: 30px;
  }
}
@media (min-width: 992px) {
  .bloco-topo .menu > li .line {
    margin-top: 45px;
    height: 35px;
  }
}
.bloco-topo .menu > li > .dropdown-menu {
  transition: display 1s ease;
  background-color: #082C45 !important;
  border: 0px;
  border-radius: 0px;
  left: 0% !important;
  top: 98%;
  min-width: 150% !important;
  padding: 0px;
  border-top: 3px solid #FFF;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.bloco-topo .menu > li > .dropdown-menu li {
  padding: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.bloco-topo .menu > li > .dropdown-menu li a {
  color: #FFF !important;
  font-size: 15px;
  padding: 3px 10px;
  font-weight: 500;
}
.bloco-topo .menu > li > .dropdown-menu li:hover,
.bloco-topo .menu > li > .dropdown-menu li:focus,
.bloco-topo .menu > li > .dropdown-menu li:active {
  background-color: #08445D !important;
}
.bloco-topo .menu > li > .dropdown-menu li:hover a,
.bloco-topo .menu > li > .dropdown-menu li:focus a,
.bloco-topo .menu > li > .dropdown-menu li:active a {
  background-color: transparent !important;
}
.bloco-topo .menu > li > .dropdown-menu li:hover.line,
.bloco-topo .menu > li > .dropdown-menu li:focus.line,
.bloco-topo .menu > li > .dropdown-menu li:active.line {
  display: none;
}
.bloco-topo .menu > li > .dropdown-menu li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .bloco-topo .menu > li > .dropdown-menu {
    left: 15px;
  }
}
.bloco-topo .menu > li > .dropdown-menu:before {
  position: absolute;
  top: -9px;
  left: 18px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #082C45;
  border-left: 10px solid transparent;
  content: '';
  z-index: 2;
}
.bloco-topo .menu > li.open {
  background-color: #082C45 !important;
  position: relative;
}
.bloco-topo .menu > li.open > a {
  color: #FFF !important;
}
.bloco-topo .menu > li.open > a .pull-right .fa {
  transform: rotate(180deg);
}
.bloco-topo .menu > li.open .line {
  display: none;
}
.bloco-topo .menu > li.open > .dropdown-menu:after {
  position: absolute;
  top: -13px;
  left: 17px;
  display: inline-block;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #FFF;
  border-left: 11px solid transparent;
  content: '';
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 992px) {
  .bloco-topo .menu > li {
    padding: 20px 20px !important;
  }
  .bloco-topo .menu > li > a {
    color: #000B1D;
    font-size: 13px;
    font-weight: 1000;
    text-transform: uppercase;
  }
  .bloco-topo .menu > li > a small {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
  }
}
@media (min-width: 992px) {
  .bloco-topo .menu > li {
    padding: 40px 20px 40px 20px !important;
  }
}
.bloco-topo .menu > li:nth-child(1) {
  padding: 17px !important;
  color: #000B1D;
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
  background-color: #082C45 !important;
}
@media (min-width: 992px) {
  .bloco-topo .menu > li:nth-child(1) img {
    width: 85px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .bloco-topo .menu > li:nth-child(1) img {
    width: 53px;
  }
}
@media (max-width: 768px) {
  .bloco-topo .menu > li:nth-child(1) img {
    width: 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .bloco-topo .menu > li:nth-child(1) {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .bloco-topo .menu > li:nth-child(1) {
    width: 200px;
  }
}
.bloco-topo .btn-contato {
  background-color: #DB5800;
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 1000;
  border-radius: 0px;
  border-bottom: 3px solid #FF6600;
}
@media (max-width: 768px) {
  .bloco-topo .btn-contato {
    padding: 10px 15px;
    margin: 22px auto;
  }
}
@media (min-width: 992px) {
  .bloco-topo .btn-contato {
    padding: 15px 25px;
    margin: 30px auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .bloco-topo .btn-contato {
    padding: 10px 15px;
    margin: 20px auto;
  }
}
.bloco-topo .btn-menu .btn {
  background-color: #FFF;
  color: #082C45;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: 1000;
  border-radius: 0px;
  border: 1px solid #FFF;
  border-bottom: 3px solid #FFF;
  padding: 10px 15px;
  margin: 22px auto;
  display: inline-block;
}
.bloco-topo .btn-folder .btn {
  background-color: #FFF;
  color: #082C45;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: 1000;
  border-radius: 0px;
  border: 1px solid #FFF;
  border-bottom: 3px solid #FFF;
  padding: 10px 15px;
  margin: 22px auto;
  display: inline-block;
}
.bloco-topo .btn-search .btn {
  background-color: #FFF;
  color: #082C45;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: 1000;
  border-radius: 0px;
  border: 1px solid #FFF;
  border-bottom: 3px solid #FFF;
  padding: 10px 15px;
  margin: 22px auto;
  display: inline-block;
}
.bloco-topo .btn-search .dropdown-menu {
  margin-top: -23px;
  right: 0px !important;
  left: auto !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  box-shadow: none;
  border: 0px;
}
@media (max-width: 768px) {
  .bloco-topo {
    background-color: #082C45 !important;
    background-image: none !important;
  }
}
.bloco-menu {
  background-image: url('/imgs/fundo_menu2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: repeat-y;
}
.bloco-menu .menu {
  background-color: #F9F9F9 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.bloco-menu .menu li {
  background-color: #F9F9F9 !important;
  margin: 0px !important;
}
.bloco-menu .menu li a {
  color: #000B1D;
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .bloco-menu .menu li {
    padding: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .bloco-menu .menu li {
    padding: 5px !important;
  }
}
.bloco-menu .menu li:nth-child(1) {
  padding: 17px !important;
  color: #000B1D;
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
  background-color: #F0F0F0 !important;
}
@media (min-width: 768px) and (max-width: 992px) {
  .bloco-menu .menu li:nth-child(1) {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .bloco-menu .menu li:nth-child(1) {
    width: 200px;
  }
}
.bloco-menu .social-search {
  margin-bottom: 0px;
  display: flex;
}
.bloco-menu .social-search li:nth-child(3) {
  padding-top: 10px;
}
.bloco-menu .social-search li {
  padding-top: 15px;
}
@media (max-width: 768px) {
  .bloco-menu .social-search li {
    padding-bottom: 10px;
  }
}
.bloco-menu .social-search li .input-group {
  width: 142px;
}
.bloco-menu .social-search li .input-group * {
  outline: none;
}
.bloco-menu .social-search li .input-group button {
  background-color: #FFF;
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  border-left: 1px solid #00092D;
  border-right: 0px;
  border-top: 1px solid #00092D;
  border-bottom: 1px solid #00092D;
  color: #0F1739;
  font-size: 12px;
}
.bloco-menu .social-search li .input-group input {
  background-color: #FFF;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top: 1px solid #00092D;
  border-bottom: 1px solid #00092D;
  border-left: 0px;
  border-right: 1px solid #00092D;
  color: #0F1739;
}
@media (max-width: 1170px) {
  .bloco-menu .social-search li .input-group input {
    width: 110px;
  }
}
@media (min-width: 1200px) {
  .bloco-menu .social-search li .input-group input {
    width: 165px;
  }
}
.bloco-banner {
  background-color: #FFF;
}
@media (min-width: 768px) {
  .bloco-banner {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .bloco-banner .banners {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
.bloco-secundarias {
  padding-top: 30px;
  padding-bottom: 60px;
}
.bloco-secretarias {
  background-color: #082C45;
}
@media (min-width: 768px) {
  .bloco-secretarias {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .bloco-secretarias {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.bloco-secretarias .quadros {
  top: -15px !important;
  width: 100% !important;
  z-index: 10;
  display: flex;
  margin: 0px 0px 0px 0px;
}
@media (max-width: 768px) {
  .bloco-secretarias .quadros {
    display: inherit;
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .bloco-secretarias .quadros {
    width: 100%;
  }
}
.bloco-secretarias .quadros .item {
  margin-top: -10px !important;
  position: relative;
}
@media (max-width: 768px) {
  .bloco-secretarias .quadros .item {
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .bloco-secretarias .quadros .item {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .bloco-secretarias .quadros .item {
    padding: 30px;
  }
}
.bloco-secretarias .quadros .item .image {
  height: 55px !important;
}
.bloco-secretarias .quadros .item .titulo {
  font-size: 18px !important;
  font-weight: 1000;
  color: #FFF;
  margin-top: 20px;
  margin-bottom: 25px;
}
.bloco-secretarias .quadros .item .subtitulo {
  color: #FFF;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
}
.bloco-secretarias .quadros .item button {
  background-color: transparent;
  border: 0px;
  color: #FFF;
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
  padding: 0px;
  margin-top: 20px;
}
.bloco-secretarias .quadros .item:nth-child(1) {
  background-color: #F7C580;
}
.bloco-secretarias .quadros .item:nth-child(2) {
  background-color: #F4A66E;
}
.bloco-secretarias .quadros .item:nth-child(3) {
  background-color: #E8816E;
}
.bloco-secretarias .quadros .item:nth-child(4) {
  background-color: #C95D5D;
}
.bloco-secretarias .links .item button {
  width: 100%;
  background-color: transparent;
  font-size: 16px;
  font-weight: 800;
  padding: 10px 15px;
  border: 0px;
  color: #FFF;
  min-height: 40px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 15px;
  overflow: hidden;
}
.bloco-acesso-rapido {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #E8816E;
}
.bloco-acesso-rapido .links .item button {
  width: 100%;
  background-color: #C95D5D;
  font-size: 16px;
  font-weight: 800;
  padding: 10px 15px;
  border: 0px;
  color: #FFF;
  min-height: 65px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 15px;
  overflow: hidden;
}
.acesso-rapido-links .item button {
  width: 100%;
  background-color: #C95D5D;
  font-size: 16px;
  font-weight: 800;
  padding: 10px 15px;
  border: 0px;
  color: #FFF;
  min-height: 65px;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 15px;
  overflow: hidden;
}
.bloco-noticias {
  padding-top: 30px;
  padding-bottom: 60px;
}
.bloco-noticias .item {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.bloco-noticias .item .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 70%;
  width: 100%;
}
.bloco-noticias .item .descricao {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
.bloco-noticias .item .descricao h2 {
  font-size: 26px !important;
  color: #082C45;
  font-weight: 1000;
  margin-top: 5px;
}
.bloco-noticias .item .descricao p {
  color: #666B81;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0px;
}
.bloco-noticias .item2 {
  margin-bottom: 20px;
}
.bloco-noticias .item2 .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 75%;
  width: 100%;
}
.bloco-noticias .item2 .descricao {
  left: 0px;
  bottom: 0px;
}
.bloco-noticias .item2 .descricao h2 {
  font-size: 26px !important;
  color: #082C45;
  font-weight: 1000;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .bloco-noticias .item2 .descricao h2 {
    font-size: 20px !important;
  }
}
.bloco-noticias .item2 .descricao p {
  color: #666B81;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
.bloco-noticias .item2 .descricao span {
  color: #082C45;
  font-size: 13px;
}
.bloco-noticias .item2 .descricao button {
  background-color: #082C45;
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px 15px;
  color: #FFF;
  margin-top: 5px;
  border: 0px;
}
.bloco-noticias button.ver-mais {
  background-color: #082C45;
  color: #FFF;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 1000 !important;
  border: 0px;
  border-radius: 0px;
  padding: 0px 20px;
}
.pagina-noticias .noticia .foto {
  width: 100%;
  padding-top: 75%;
  background-size: cover !important;
  background-position: center !important;
}
.pagina-noticias .noticia .descricao {
  padding: 0px 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
.pagina-noticias .noticia .descricao h2 {
  font-size: 26px !important;
  color: #082C45;
  font-weight: 1000;
  margin-top: 0px;
}
.pagina-noticias .noticia .descricao p {
  color: #666B81;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.pagina-noticias .noticia .descricao span {
  color: #082C45;
  font-size: 13px;
}
.pagina-noticias .noticia .descricao button {
  background-color: #082C45;
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px 15px;
  color: #FFF;
  margin-top: 5px;
  border: 0px;
}
.noticia-galeria .foto {
  width: 100%;
  padding-top: 75%;
  background-size: cover !important;
  background-position: center !important;
}
.noticia-galeria .foto img {
  display: none;
}
.mais-noticias {
  margin-bottom: 20px;
}
.mais-noticias .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 75%;
  width: 100%;
}
.mais-noticias .descricao {
  left: 0px;
  bottom: 0px;
}
.mais-noticias .descricao h2 {
  font-size: 16px !important;
  color: #082C45;
  font-weight: 800;
  margin-top: 0px;
}
.mais-noticias .descricao p {
  color: #666B81;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
.mais-noticias .descricao span {
  color: #082C45;
  font-size: 13px;
}
.mais-noticias .descricao button {
  background-color: #082C45;
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px 15px;
  color: #FFF;
  margin-top: 5px;
  border: 0px;
}
.agenda .media .fundo1 {
  background-color: #082C45 !important;
}
.agenda .media .titulo {
  font-size: 26px !important;
  color: #082C45;
  font-weight: 1000;
  margin-top: 0px;
}
.btn2 {
  background-color: #082C45;
  border: 0px;
  border-radius: 0px;
  line-height: 1.4;
  height: 34px;
}
.btn2:hover {
  background-color: #093651;
}
.bloco-newsletter {
  padding-top: 30px;
  padding-bottom: 60px;
}
.bloco-newsletter h2 {
  font-size: 30px;
  color: #C95D5D;
  text-align: center;
  font-weight: 1000;
  padding-bottom: 10px;
}
.bloco-newsletter input {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #D5D7DD;
  background-color: #FFF;
  border-left: 1px solid #C95D5D;
  border-top: 1px solid #C95D5D;
  border-bottom: 1px solid #C95D5D;
}
.bloco-newsletter button {
  background-color: #C95D5D;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 1000;
  height: 40px;
  line-height: 40px;
  border: 0px;
  padding-left: 25px;
  padding-right: 25px;
}
form.form-contato input[type="text"],
form.form-contato input[type="email"] {
  color: #666B81;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 0px;
}
form.form-contato textarea {
  color: #666B81;
  font-size: 14px;
  border-radius: 0px;
}
form.form-contato button[type="submit"] {
  background-color: #082C45;
  color: #FFF;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 1000 !important;
  border: 0px;
  border-radius: 0px;
  padding: 0px 20px;
}
.bloco-contato {
  padding-top: 30px;
  padding-bottom: 60px;
}
.bloco-contato .list-dados tr td {
  padding: 5px;
}
.bloco-contato .list-dados .icon {
  vertical-align: middle;
  font-size: 25px;
  color: #00092D;
}
.bloco-contato .list-dados .text {
  font-family: "Ubuntu", Sans-Serif;
  vertical-align: middle;
  font-size: 14px;
  color: #00092D;
  font-weight: 300;
}
.rodape {
  background-color: #082C45;
}
@media (max-width: 768px) {
  .rodape {
    text-align: center !important;
  }
}
.rodape .logomarca {
  margin: 25px 0px;
  height: 65px;
}
.rodape .copyright {
  margin: 40px 0px;
  font-size: 12px;
  color: #FFF;
}
.cabecalho {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.cabecalho .titulo {
  position: relative;
  font-size: 30px !important;
  font-weight: bold;
  line-height: 40px;
  color: #082C45;
  padding-bottom: 5px;
}
.cabecalho .titulo .subtitulo {
  font-size: 28px !important;
  font-weight: bold;
}
.cabecalho .titulo:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 20px;
  left: 0px;
  background-color: #D88C5F;
  bottom: 0px;
  z-index: 1;
}
.cabecalho .titulo:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 90% !important;
  left: 0px;
  background-color: #B2B4C0;
  bottom: 0px;
}
.cabecalho2 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.cabecalho2 .titulo {
  position: relative;
  font-size: 18px !important;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 40px;
  color: #FFF;
}
.cabecalho2 .titulo:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 70%;
  left: 15%;
  background-color: #DB5800;
  bottom: -5px;
  z-index: 1;
}
.cabecalho2 .titulo:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 150% !important;
  left: -25% !important;
  background-color: #FFF;
  bottom: -5px;
}
.cabecalho3 {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
.cabecalho3 .titulo {
  position: relative;
  font-size: 18px !important;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 40px;
  color: #C95D5D;
}
.cabecalho3 .titulo:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 70%;
  left: 15%;
  background-color: #FF6600;
  bottom: -5px;
  z-index: 1;
}
.cabecalho3 .titulo:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 150% !important;
  left: -25% !important;
  background-color: #C95D5D;
  bottom: -5px;
}
.cabecalho4 {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
.cabecalho4 .titulo {
  position: relative;
  font-size: 18px !important;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 40px;
  color: #082C45;
}
.cabecalho4 .titulo:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 70%;
  left: 15%;
  background-color: #FF6600;
  bottom: -5px;
  z-index: 1;
}
.cabecalho4 .titulo:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 150% !important;
  left: -25% !important;
  background-color: #082C45;
  bottom: -5px;
}
.cabecalho5 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.cabecalho5 .titulo {
  position: relative;
  font-size: 30px !important;
  font-weight: bold;
  line-height: 30px;
  color: #082C45;
  padding-bottom: 10px;
}
.cabecalho5 .titulo .subtitulo {
  font-size: 20px !important;
  font-weight: bold;
}
.cabecalho5 .titulo:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 20px;
  left: 0px;
  background-color: #D88C5F;
  bottom: 0px;
  z-index: 1;
}
.cabecalho5 .titulo:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 350px !important;
  left: 0px;
  background-color: #B2B4C0;
  bottom: 0px;
}
@media (max-width: 768px) {
  .cabecalho5 .titulo {
    font-size: 30px !important;
    line-height: 30px;
  }
  .cabecalho5 .titulo .subtitulo {
    font-size: 20px !important;
  }
}
.cabecalho6 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.cabecalho6 .titulo {
  position: relative;
  font-size: 25px !important;
  font-weight: bold;
  line-height: 25px;
  color: #082C45;
  padding-bottom: 10px;
}
.cabecalho6 .titulo .subtitulo {
  font-size: 15px !important;
  font-weight: bold;
}
.cabecalho6 .titulo:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 20px;
  left: 0px;
  background-color: #D88C5F;
  bottom: 0px;
  z-index: 1;
}
.cabecalho6 .titulo:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 350px !important;
  left: 0px;
  background-color: #B2B4C0;
  bottom: 0px;
}
@media (max-width: 768px) {
  .cabecalho6 .titulo {
    font-size: 30px !important;
    line-height: 30px;
  }
  .cabecalho6 .titulo .subtitulo {
    font-size: 20px !important;
  }
}
input.form-contato,
select.form-contato {
  border-radius: 0px;
  border: 1px solid #00092D;
}
.adjust-image .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 70%;
  width: 100%;
}
.grupo-secretarias .list-group-item {
  border: 0px;
  border-radius: 0px !important;
  margin-bottom: 1px;
  padding: 15px;
}
.grupo-secretarias .list-group-item a {
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
}
.grupo-secretarias .list-group-item a:hover {
  text-decoration: underline;
}
